-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Proof-of-Concept for #22 (use Firebird embedded for Tests) #23
base: master
Are you sure you want to change the base?
Conversation
…riables for current session.
Added @pcisar suggestions from #22. With one difference: it is still using the databases built from Powershell script (instead of the commited ones). I believe the best course of action from here would be to incorporate the There are other databases already being created (e.g. I'll look into this in the next few days. I believe it will make everything simpler. |
@pcisar if you have other considerations, please comment. |
@pcisar do you have the script to build I tried to reverse engineer it but my tools cannot decode the The idea is to rebuild the databases from SQL instead from |
Offtopic. Sometimes I got these errors
I have no idea where they come from. It seems something related to UTF8 (which uses 128 as special marker)? |
Initial Proof-of-Concept for #22. Do not merge. For initial review only.
Use the script
Rebuild-Databases
to$env:TEMP/firebird-driver-tests
folder; and./test/fbtest30-src.fbk
backup file.Use the script
Set-TestEnvironment
to update.env
file used by VSCode to discover and run tests.